From 18d5bf1fec62bcb7fc214328208b3374eebced5a Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Fri, 23 Jun 2006 16:10:32 -0600 Subject: [PATCH] [IA64] Change of VTi guest firmware name and default directory in xmexample This trivial patch changes VTi guest firmware default name and directory in xmexample to new directory /usr/lib/xen/boot/guest_firmware.bin. This aligns with IA32 firmware directory and good to integrate into Fedora Core. Signed-off-by Fenghua Yu --- tools/examples/xmexample.vti | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/examples/xmexample.vti b/tools/examples/xmexample.vti index 03cf748be9..fad565d160 100644 --- a/tools/examples/xmexample.vti +++ b/tools/examples/xmexample.vti @@ -12,7 +12,7 @@ arch_libdir = 'lib' #---------------------------------------------------------------------------- # Kernel image file. -kernel = "/boot/Flash.fd" +kernel = "/usr/lib/xen/boot/guest_firmware.bin" # The domain build function. VTI domain uses 'hvm'. builder='hvm' -- 2.30.2